3.293 \(\int \sqrt{d \sec (e+f x)} \sqrt{b \tan (e+f x)} \, dx\)

Optimal. Leaf size=132 \[ \frac{\sqrt{b} d \sqrt{b \tan (e+f x)} \tanh ^{-1}\left (\frac{\sqrt{b \sin (e+f x)}}{\sqrt{b}}\right )}{f \sqrt{b \sin (e+f x)} \sqrt{d \sec (e+f x)}}-\frac{\sqrt{b} d \sqrt{b \tan (e+f x)} \tan ^{-1}\left (\frac{\sqrt{b \sin (e+f x)}}{\sqrt{b}}\right )}{f \sqrt{b \sin (e+f x)} \sqrt{d \sec (e+f x)}} \]

[Out]

-((Sqrt[b]*d*ArcTan[Sqrt[b*Sin[e + f*x]]/Sqrt[b]]*Sqrt[b*Tan[e + f*x]])/(f*Sqrt[d*Sec[e + f*x]]*Sqrt[b*Sin[e +
 f*x]])) + (Sqrt[b]*d*ArcTanh[Sqrt[b*Sin[e + f*x]]/Sqrt[b]]*Sqrt[b*Tan[e + f*x]])/(f*Sqrt[d*Sec[e + f*x]]*Sqrt
[b*Sin[e + f*x]])

________________________________________________________________________________________

Rubi [A]  time = 0.0979791, antiderivative size = 132, normalized size of antiderivative = 1., number of steps used = 6, number of rules used = 6, integrand size = 25, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.24, Rules used = {2616, 2564, 329, 298, 203, 206} \[ \frac{\sqrt{b} d \sqrt{b \tan (e+f x)} \tanh ^{-1}\left (\frac{\sqrt{b \sin (e+f x)}}{\sqrt{b}}\right )}{f \sqrt{b \sin (e+f x)} \sqrt{d \sec (e+f x)}}-\frac{\sqrt{b} d \sqrt{b \tan (e+f x)} \tan ^{-1}\left (\frac{\sqrt{b \sin (e+f x)}}{\sqrt{b}}\right )}{f \sqrt{b \sin (e+f x)} \sqrt{d \sec (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[d*Sec[e + f*x]]*Sqrt[b*Tan[e + f*x]],x]

[Out]

-((Sqrt[b]*d*ArcTan[Sqrt[b*Sin[e + f*x]]/Sqrt[b]]*Sqrt[b*Tan[e + f*x]])/(f*Sqrt[d*Sec[e + f*x]]*Sqrt[b*Sin[e +
 f*x]])) + (Sqrt[b]*d*ArcTanh[Sqrt[b*Sin[e + f*x]]/Sqrt[b]]*Sqrt[b*Tan[e + f*x]])/(f*Sqrt[d*Sec[e + f*x]]*Sqrt
[b*Sin[e + f*x]])

Rule 2616

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[(a^(m + n)*(b
*Tan[e + f*x])^n)/((a*Sec[e + f*x])^n*(b*Sin[e + f*x])^n), Int[(b*Sin[e + f*x])^n/Cos[e + f*x]^(m + n), x], x]
 /; FreeQ[{a, b, e, f, m, n}, x] && IntegerQ[n + 1/2] && IntegerQ[m + 1/2]

Rule 2564

Int[cos[(e_.) + (f_.)*(x_)]^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Dist[1/(a*f), Subst[Int[
x^m*(1 - x^2/a^2)^((n - 1)/2), x], x, a*Sin[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n - 1)/2] &&
 !(IntegerQ[(m - 1)/2] && LtQ[0, m, n])

Rule 329

Int[((c_.)*(x_))^(m_)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[m]}, Dist[k/c, Subst[I
nt[x^(k*(m + 1) - 1)*(a + (b*x^(k*n))/c^n)^p, x], x, (c*x)^(1/k)], x]] /; FreeQ[{a, b, c, p}, x] && IGtQ[n, 0]
 && FractionQ[m] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 298

Int[(x_)^2/((a_) + (b_.)*(x_)^4), x_Symbol] :> With[{r = Numerator[Rt[-(a/b), 2]], s = Denominator[Rt[-(a/b),
2]]}, Dist[s/(2*b), Int[1/(r + s*x^2), x], x] - Dist[s/(2*b), Int[1/(r - s*x^2), x], x]] /; FreeQ[{a, b}, x] &
&  !GtQ[a/b, 0]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rubi steps

\begin{align*} \int \sqrt{d \sec (e+f x)} \sqrt{b \tan (e+f x)} \, dx &=\frac{\left (d \sqrt{b \tan (e+f x)}\right ) \int \sec (e+f x) \sqrt{b \sin (e+f x)} \, dx}{\sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}\\ &=\frac{\left (d \sqrt{b \tan (e+f x)}\right ) \operatorname{Subst}\left (\int \frac{\sqrt{x}}{1-\frac{x^2}{b^2}} \, dx,x,b \sin (e+f x)\right )}{b f \sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}\\ &=\frac{\left (2 d \sqrt{b \tan (e+f x)}\right ) \operatorname{Subst}\left (\int \frac{x^2}{1-\frac{x^4}{b^2}} \, dx,x,\sqrt{b \sin (e+f x)}\right )}{b f \sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}\\ &=\frac{\left (b d \sqrt{b \tan (e+f x)}\right ) \operatorname{Subst}\left (\int \frac{1}{b-x^2} \, dx,x,\sqrt{b \sin (e+f x)}\right )}{f \sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}-\frac{\left (b d \sqrt{b \tan (e+f x)}\right ) \operatorname{Subst}\left (\int \frac{1}{b+x^2} \, dx,x,\sqrt{b \sin (e+f x)}\right )}{f \sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}\\ &=-\frac{\sqrt{b} d \tan ^{-1}\left (\frac{\sqrt{b \sin (e+f x)}}{\sqrt{b}}\right ) \sqrt{b \tan (e+f x)}}{f \sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}+\frac{\sqrt{b} d \tanh ^{-1}\left (\frac{\sqrt{b \sin (e+f x)}}{\sqrt{b}}\right ) \sqrt{b \tan (e+f x)}}{f \sqrt{d \sec (e+f x)} \sqrt{b \sin (e+f x)}}\\ \end{align*}

Mathematica [A]  time = 0.788373, size = 136, normalized size = 1.03 \[ \frac{b \sqrt [4]{\tan ^2(e+f x)} \sqrt{d \sec (e+f x)} \left (2 \tan ^{-1}\left (\frac{\sqrt{\sec (e+f x)}}{\sqrt [4]{\tan ^2(e+f x)}}\right )-\log \left (1-\frac{\sqrt{\sec (e+f x)}}{\sqrt [4]{\tan ^2(e+f x)}}\right )+\log \left (\frac{\sqrt{\sec (e+f x)}}{\sqrt [4]{\tan ^2(e+f x)}}+1\right )\right )}{2 f \sqrt{\sec (e+f x)} \sqrt{b \tan (e+f x)}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[d*Sec[e + f*x]]*Sqrt[b*Tan[e + f*x]],x]

[Out]

(b*(2*ArcTan[Sqrt[Sec[e + f*x]]/(Tan[e + f*x]^2)^(1/4)] - Log[1 - Sqrt[Sec[e + f*x]]/(Tan[e + f*x]^2)^(1/4)] +
 Log[1 + Sqrt[Sec[e + f*x]]/(Tan[e + f*x]^2)^(1/4)])*Sqrt[d*Sec[e + f*x]]*(Tan[e + f*x]^2)^(1/4))/(2*f*Sqrt[Se
c[e + f*x]]*Sqrt[b*Tan[e + f*x]])

________________________________________________________________________________________

Maple [C]  time = 0.232, size = 306, normalized size = 2.3 \begin{align*}{\frac{\sin \left ( fx+e \right ) \sqrt{2}\cos \left ( fx+e \right ) }{2\,f \left ( \cos \left ( fx+e \right ) -1 \right ) }\sqrt{{\frac{d}{\cos \left ( fx+e \right ) }}}\sqrt{{\frac{b\sin \left ( fx+e \right ) }{\cos \left ( fx+e \right ) }}}\sqrt{{\frac{i\cos \left ( fx+e \right ) -i+\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }}}\sqrt{-{\frac{i\cos \left ( fx+e \right ) -i-\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }}}\sqrt{{\frac{-i \left ( \cos \left ( fx+e \right ) -1 \right ) }{\sin \left ( fx+e \right ) }}} \left ( i{\it EllipticPi} \left ( \sqrt{{\frac{i\cos \left ( fx+e \right ) -i+\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }}},{\frac{1}{2}}-{\frac{i}{2}},{\frac{\sqrt{2}}{2}} \right ) -i{\it EllipticPi} \left ( \sqrt{{\frac{i\cos \left ( fx+e \right ) -i+\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }}},{\frac{1}{2}}+{\frac{i}{2}},{\frac{\sqrt{2}}{2}} \right ) -{\it EllipticPi} \left ( \sqrt{{\frac{i\cos \left ( fx+e \right ) -i+\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }}},{\frac{1}{2}}-{\frac{i}{2}},{\frac{\sqrt{2}}{2}} \right ) -{\it EllipticPi} \left ( \sqrt{{\frac{i\cos \left ( fx+e \right ) -i+\sin \left ( fx+e \right ) }{\sin \left ( fx+e \right ) }}},{\frac{1}{2}}+{\frac{i}{2}},{\frac{\sqrt{2}}{2}} \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*sec(f*x+e))^(1/2)*(b*tan(f*x+e))^(1/2),x)

[Out]

1/2/f*(d/cos(f*x+e))^(1/2)*(b*sin(f*x+e)/cos(f*x+e))^(1/2)*sin(f*x+e)*((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))
^(1/2)*(-(I*cos(f*x+e)-I-sin(f*x+e))/sin(f*x+e))^(1/2)*2^(1/2)*(-I*(cos(f*x+e)-1)/sin(f*x+e))^(1/2)*cos(f*x+e)
*(I*EllipticPi(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2-1/2*I,1/2*2^(1/2))-I*EllipticPi(((I*cos(f*x+
e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2+1/2*I,1/2*2^(1/2))-EllipticPi(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^
(1/2),1/2-1/2*I,1/2*2^(1/2))-EllipticPi(((I*cos(f*x+e)-I+sin(f*x+e))/sin(f*x+e))^(1/2),1/2+1/2*I,1/2*2^(1/2)))
/(cos(f*x+e)-1)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{d \sec \left (f x + e\right )} \sqrt{b \tan \left (f x + e\right )}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))^(1/2)*(b*tan(f*x+e))^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(d*sec(f*x + e))*sqrt(b*tan(f*x + e)), x)

________________________________________________________________________________________

Fricas [B]  time = 2.80112, size = 1701, normalized size = 12.89 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))^(1/2)*(b*tan(f*x+e))^(1/2),x, algorithm="fricas")

[Out]

[-1/8*(2*sqrt(-b*d)*arctan(1/4*(cos(f*x + e)^3 - 5*cos(f*x + e)^2 - (cos(f*x + e)^2 + 6*cos(f*x + e) + 4)*sin(
f*x + e) - 2*cos(f*x + e) + 4)*sqrt(-b*d)*sqrt(b*sin(f*x + e)/cos(f*x + e))*sqrt(d/cos(f*x + e))/(b*d*cos(f*x
+ e)^2 - b*d - (b*d*cos(f*x + e) + b*d)*sin(f*x + e))) - sqrt(-b*d)*log((b*d*cos(f*x + e)^4 - 72*b*d*cos(f*x +
 e)^2 - 8*(7*cos(f*x + e)^3 - (cos(f*x + e)^3 - 8*cos(f*x + e))*sin(f*x + e) - 8*cos(f*x + e))*sqrt(-b*d)*sqrt
(b*sin(f*x + e)/cos(f*x + e))*sqrt(d/cos(f*x + e)) + 72*b*d + 28*(b*d*cos(f*x + e)^2 - 2*b*d)*sin(f*x + e))/(c
os(f*x + e)^4 - 8*cos(f*x + e)^2 - 4*(cos(f*x + e)^2 - 2)*sin(f*x + e) + 8)))/f, -1/8*(2*sqrt(b*d)*arctan(1/4*
(cos(f*x + e)^3 - 5*cos(f*x + e)^2 + (cos(f*x + e)^2 + 6*cos(f*x + e) + 4)*sin(f*x + e) - 2*cos(f*x + e) + 4)*
sqrt(b*d)*sqrt(b*sin(f*x + e)/cos(f*x + e))*sqrt(d/cos(f*x + e))/(b*d*cos(f*x + e)^2 - b*d + (b*d*cos(f*x + e)
 + b*d)*sin(f*x + e))) - sqrt(b*d)*log((b*d*cos(f*x + e)^4 - 72*b*d*cos(f*x + e)^2 - 8*(7*cos(f*x + e)^3 + (co
s(f*x + e)^3 - 8*cos(f*x + e))*sin(f*x + e) - 8*cos(f*x + e))*sqrt(b*d)*sqrt(b*sin(f*x + e)/cos(f*x + e))*sqrt
(d/cos(f*x + e)) + 72*b*d - 28*(b*d*cos(f*x + e)^2 - 2*b*d)*sin(f*x + e))/(cos(f*x + e)^4 - 8*cos(f*x + e)^2 +
 4*(cos(f*x + e)^2 - 2)*sin(f*x + e) + 8)))/f]

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \tan{\left (e + f x \right )}} \sqrt{d \sec{\left (e + f x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))**(1/2)*(b*tan(f*x+e))**(1/2),x)

[Out]

Integral(sqrt(b*tan(e + f*x))*sqrt(d*sec(e + f*x)), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{d \sec \left (f x + e\right )} \sqrt{b \tan \left (f x + e\right )}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*sec(f*x+e))^(1/2)*(b*tan(f*x+e))^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(d*sec(f*x + e))*sqrt(b*tan(f*x + e)), x)